/* Clear */
.clearfix:after{content:"";display:block;height:0px;clear:both;visibility:hidden}
.clearfix{display:inline-block}
/* Hides from IE-mac \*/ 
* html .clearfix{height:1%}
.clearfix{display:block} 
.ys-bg{
	padding: 60px 0;
}
.ys-top{
	margin-top: 50px;
}
.ys-right{
	background: #f7f7f7;
	padding: 60px 50px;
	width: 500px;
}
.card {
  -webkit-perspective: 150rem;
          perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  height: 51px;
}

.card__side {
   height: 51px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 53px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}


.card__side--back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}



.ys-right ul li:hover .card__side--front-1

 {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.ys-right ul li:hover .card__side--back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.ys-right ul li .col-1-of-3 {
  width:53px;   float: left;
  margin-top: 8px;
}
.ys-text{
	margin-left: 20px; font-family:"Î¢ÈíÑÅºÚ"; text-align:left;
	font-size: 15px;
	color: #626262;
}
.ys-text p{
	font-size: 20px; font-family:"Î¢ÈíÑÅºÚ";
	color: #202020;
	font-weight: bold;
	margin-bottom: 10px;
}
.mt50{
	margin-top: 60px;
}

.zj-bg{
	background: url(../images/zj-bg.jpg) no-repeat center top;
	padding:63px 0;
}
.zj-right{
	width: 740px;
}
.zj-tit{
	text-align: right;font-family:"Î¢ÈíÑÅºÚ";
	font-size: 16px; line-height:32px;
	color: #232323;
}
.zj-tit p{
	font-size: 25px;font-family:"Î¢ÈíÑÅºÚ";
	color: #1580E2;
	font-weight: bold;
	margin-bottom: 20px;
}
.zj-more{
	width: 208px;
	line-height: 50px;
	text-align: center;
	background: #1580e2;
	margin-top: 40px;
}
.zj-more a{
	font-size: 18px;font-family:"Î¢ÈíÑÅºÚ";
	color: #fff;
}

.cp-tit{
	text-align: center;font-family:"Î¢ÈíÑÅºÚ";
	font-size: 40px;
	color: #ededed;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
}
.cp-tit p{
	font-size: 36px;font-family:"Î¢ÈíÑÅºÚ";
	color: #1669aa;
	font-weight: normal;
}
.width{
	width: 1200px;
	margin: 0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.action{
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;	
	-o-transition: all .4s ease;
}
.action:hover{
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;	
	-o-transition: all .4s ease;
}
